projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89e4455
)
[HVM] HAP: mark domains as HAP-enabled, not shadow-enabled.
author
Tim Deegan
<Tim.Deegan@xensource.com>
Fri, 20 Jul 2007 11:00:25 +0000
(12:00 +0100)
committer
Tim Deegan
<Tim.Deegan@xensource.com>
Fri, 20 Jul 2007 11:00:25 +0000
(12:00 +0100)
Thanks to Wei Huang.
Signed-off-by: TIm Deegan <Tim.Deegan@xensource.com>
xen/arch/x86/mm/hap/hap.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/mm/hap/hap.c
b/xen/arch/x86/mm/hap/hap.c
index 5c8f5ca817a8fd6462a5caa5c2134fe9d065a14a..2bfb184227eaff6ea572463a2580c9ee528a5d70 100644
(file)
--- a/
xen/arch/x86/mm/hap/hap.c
+++ b/
xen/arch/x86/mm/hap/hap.c
@@
-478,7
+478,7
@@
int hap_enable(struct domain *d, u32 mode)
goto out;
}
- d->arch.paging.mode = mode | PG_
SH
_enable;
+ d->arch.paging.mode = mode | PG_
HAP
_enable;
out:
domain_unpause(d);